Q3Mesh_GetContourNumVertices
You can use theQ3Mesh_GetContourNumVertices
function to get the number of vertices that define a contour.
TQ3Status Q3Mesh_GetContourNumVertices ( TQ3GeometryObject mesh, TQ3MeshContour contour, unsigned long *numVertices);
mesh
- A mesh.
contour
- A mesh contour.
numVertices
- On exit, the number of vertices in the specified mesh contour.
DESCRIPTION
TheQ3Mesh_GetContourNumVertices
function returns, in thenumVertices
parameter, the number of vertices that compose the mesh contour specified by themesh
andcontour
parameters.